From: Felix Fietkau Date: Tue, 5 Aug 2008 20:50:12 +0000 (+0000) Subject: fix igmpproxy compile X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=5319566c34b0f3cb5f8be2361e403f567a8fa710;p=openwrt%2Fsvn-archive%2Fpackages.git fix igmpproxy compile SVN-Revision: 12159 --- diff --git a/net/igmpproxy/Makefile b/net/igmpproxy/Makefile index 46fa6daed..26407bb42 100644 --- a/net/igmpproxy/Makefile +++ b/net/igmpproxy/Makefile @@ -36,6 +36,8 @@ define Package/igmpproxy/conffiles /etc/igmpproxy.conf endef +TARGET_CFLAGS += -Dlog=igmpproxy_log + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR)/src \ CC="$(TARGET_CC)" \